FROM ubuntu:jammy

RUN apt-get update -y && apt-get install -y curl git python3 python3-pip git build-essential llvm wget

# RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y

